home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / bombs9.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-10-15  |  314b  |  11 lines

  1. @echo off
  2. if .%1. == .. goto nocmdline
  3. mkdir %1\bombs
  4. copy progs.dat %1\bombs
  5. copy %1\Id1\config.cfg %1\bombs
  6. echo Type 'quake.exe -game bombs' or 'q95.bat -game bombs' 
  7. echo from your quake directory to run this patch
  8. goto exit
  9. :nocmdline
  10. echo Format: install.bat full_path_to_your_quake_directory
  11. :exit